invalidate

open fun invalidate(@NonNull() callback: AsyncOperationResultCallback)

Invalidate all the tiles for the region forcing to revalidatethe tiles with the server before using. This is more efficient than deleting theoffline region and downloading it again because if the data on the cache matchesthe server, no new data gets transmitted.

Parameters

callback

Called once the request is complete or an error occurred.